@charset "utf-8";

html { 
    width:100%;
    scroll-behavior:smooth;
}

#news_sc #news_title{
	font-family: 'Zeyada', cursive;
	font-size: 26px;
	
}
#news_sc #news{
	width:30%;	
	position: absolute;
	top:50%;
	left: 25%;
	z-index: 999;
}

#news_sc #news ul{
	width:80%;	
}
#news_sc #news li{
  border-bottom:1px solid #ccc;
  list-style:none;
}
#news_sc #news a{
  text-decoration:none;
  display: block;
  padding: 10px 0;
}
#news_sc #news a:hover{
  background-color:#ccc;
}
#news_sc #news span{
    color: #737373;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
#news_sc #news p{
    color: #131313;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

#info h2{
	font-size: 20pt;
	text-align: center;
	
}

#info p{
	font-size: 16pt;
	text-align: center;
	
}

#sp-topnav{
	display: none;
}

header{
	width:100%;
	height: 100vh;
	font-size: 36px;
}

#topimg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-height: 100vh;
	width: 100%;
	z-index: -5;
	opacity: 0.7;
}

#lump1 img,#lump2 img,#lump3 img,#lump4 img,#lump5 img,#lump1_hover img,#lump2_hover img,#lump3_hover img,#lump4_hover img,#lump5_hover img{
	width:40%;
}

#lump1{
	position: absolute;
	left:25%;
	transition:0.3s all; 
}

#lump1_hover{
	position: absolute;
	left:25%;
	transition:0.3s all; 
	opacity: 0;
}


#lump1:hover{
	opacity: 0;
}

#lump1_hover:hover{
	opacity: 1;
}

#lump1_hover:hover::before{
	content: 'ABOUT';
	color: #1E1A1A;
	font-size: 3vw;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 40%;
	left: 39%;
	font-family: 'Zeyada', cursive;
}

#lump1_hover:hover::after{
	content: 'Crab Crab Clubについて';
	color: #1E1A1A;
	font-size: 1vw;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 45%;
	left: 39%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump2{
	position: absolute;
	left:33%;
	transition:0.3s all; 
}

#lump2_hover{
	position: absolute;
	left:33%;
	transition:0.3s all; 
	opacity: 0;
}

#lump2_hover:hover::before{
	content: 'DISCOGRAPHY';
	color: #1E1A1A;
	font-size: 3vw;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 40%;
	left: 35%;
	font-family: 'Zeyada', cursive;
}

#lump2_hover:hover::after{
	content: 'これまでの作品集';
	color: #1E1A1A;
	font-size: 1vw;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 45%;
	left: 35%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump2:hover{
	opacity: 0;
}

#lump2_hover:hover{
	opacity: 1;
}


#lump3{
	position: absolute;
	left:42%;
	transition:0.3s all; 
}

#lump3_hover{
	position: absolute;
	left:42%;
	transition:0.3s all; 
	opacity: 0;
}

#lump3_hover:hover::before{
	content: 'FREE DOWNLOAD';
	color: #1E1A1A;
	font-size: 3vw;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 40%;
	left: 35%;
	font-family: 'Zeyada', cursive;
}

#lump3_hover:hover::after{
	content: '無料音源集';
	color: #1E1A1A;
	font-size: 1vw;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 45%;
	left: 35%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump3:hover{
	opacity: 0;
}

#lump3_hover:hover{
	opacity: 1;
}


#lump4{
	position: absolute;
	left:50%;
	transition:0.3s all; 
}

#lump4_hover{
	position: absolute;
	left:50%;
	transition:0.3s all; 
	opacity: 0;
}

#lump4_hover:hover::before{
	content: 'CONTACT';
	color: #1E1A1A;
	font-size: 3vw;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 40%;
	left: 38%;
	font-family: 'Zeyada', cursive;
}

#lump4_hover:hover::after{
	content: 'お問い合わせ・依頼など';
	color: #1E1A1A;
	font-size: 1vw;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 45%;
	left: 38%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump4:hover{
	opacity: 0;
}

#lump4_hover:hover{
	opacity: 1;
}


#lump5{
	position: absolute;
	left:70%;
	transition:0.3s all; 
}

#lump5_hover{
	position: absolute;
	left:70%;
	transition:0.3s all; 
	opacity: 0;
}

#lump5_hover:hover::before{
	content: 'BOOTH';
	color: #1E1A1A;
	font-size: 3vw;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 40%;
	left: 38%;
	font-family: 'Zeyada', cursive;
}

#lump5_hover:hover::after{
	content: '通販サイト「BOOTH」へ';
	color: #1E1A1A;
	font-size: 1vw;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 45%;
	left: 38%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump5:hover{
	opacity: 0;
}

#lump5_hover:hover{
	opacity: 1;
}



#helpbuttom{
	position: absolute;
	left: 50%;
	z-index: 999;
	
}



/*ここまでトップぺージCSS*/
/*==================================================
共通　横並びのための設定
===================================*/

.gnavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    list-style: none;
}

.gnavi li a{
    color: #efefef;
}

.gnavi li{
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
	color:#efefef;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#efefef;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}



body{
    background-color: #ddd;
    margin: 0 auto;
    font-family: 'Murecho', sans-serif;
    color: #666;
}


#topsnslink{
    font-size: 13pt;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 460px;
    height: 50px;
    list-style: none;
}

#topsnslink a{
    display: inline-block;
    text-align: center;
    width: 200px;
    margin: 10px;
}

#topsnslink .twitterlink a{
    display: inline-block;
    text-align: center;
    background-color: #1DA1F2;
    color: #ddd;
    padding: 10px;
}

#topsnslink .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px;
}

#topsnslink .niconicolink a{
    display: inline-block;
    text-align: center;
    background-color: #222;
    color: #ddd;
    padding: 10px;
}


/*↓↓ここからmainnav↓↓*/


#mainNavi img{
    width: 50px;
	padding-bottom: 10px;
}

#mainNavi{
	position: absolute;
	top:0;
}

#mainNavi nav ul{
    font-size: 16pt;
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: center;
    position: fixed;
    text-align: center;
    z-index: 900;
	transition: 0.5s;
} 

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#mainNavi.scroll-nav nav ul{
  background-color:rgba(20,20,20,0.7);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 999;
}


#mainNavi nav ul li{
	margin:0 20px;
} 


#navitext{
	font-family: 'Zeyada', cursive;
	font-size: 3vmax;
	position: absolute;
	top:68%;
	left:20%;
	width:500px;
	text-align: center;
}

#navitext::after{
	content: 'ランプをクリックしてください';
	color: #1E1A1A;
	font-size: 12px;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 73%;
	left: 28%;
	font-family: 'Zeyada', cursive;
	
}


/*↓↓ここからABOUT↓↓*/

.innerWrap{
    width: 100%;
    height: 100%;
}




#abouth2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
}

#abouth2 span {
	position: relative;
	z-index: 2;
}

#abouth2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 200px;
	font-style: italic;
}




#about h3{
    font-size: 26pt;
}

.h3border {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.h3border::before,
.h3border::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #aaa;
}

.h3border::before {
	margin-right: 20px;
}
.h3border::after {
	margin-left: 20px;
}

.prfimg{
	width: 170px;
	background-color: #efefef;
}

#about #circleLayout p{
    margin: 24px;
}


#circleLayout{
    text-align: center;

}


#memberLayout {
    /*background-color: blue;*/
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0;
    text-align: center;
    line-height: 1.5;
	margin: 20px;
}

#memberLayout h3{
    margin-bottom: 30px;
}

#memberLayout img{
    margin-bottom: 20px;
}

#memberLayout  a{
    display: flex;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

#memberLayout .twitterlink a{
    display: inline-block;
    text-align: center;
    background-color: #1DA1F2;
    color: #ddd;
    padding: 10px;
	transition: all .3s;
}

#memberLayout .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px;
	transition: all .3s;

}

#memberLayout .LINElink a{
    display: inline-block;
    text-align: center;
    background-color: #00B900;
    color: #ddd;
    padding: 10px;
	transition: all .3s;
}

#memberLayout .SUZURIlink a img{
    display: block;
	width: 200px;
	transition: all .3s;
	margin-top: -20px;
}

#memberLayout .niconicolink a img{
    display: block;
	width: 200px;
	transition: all .3s;
}



#memberLayout .twitterlink a:hover,#memberLayout .youtubelink a:hover,#memberLayout .LINElink a:hover,#memberLayout .SUZURIlink a img:hover,#memberLayout .niconicolink a img:hover{
	box-shadow: 4px 4px 4px #777;
	transform: translateY(-7px);
	letter-spacing: 3px;
}

/*↑↑ここまでABOUT↑↑*/

/*↓↓ここからディスコグラフぃ↓↓*/
#discographyh2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
}

#discographyh2 span {
	position: relative;
	z-index: 2;
}

#discographyh2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 200px;
	font-style: italic;
}


#discographyh2 .innerWrap p{
    text-align: center;
    margin: 40px 0 40px 0;
}

#discography h2{
    font-size:24pt ;
    text-align: center;
	padding: 40px 0;
	margin-top: 100px;
}

#cd{
	margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

#cd p{
	margin: 20px;
}

#cd h3{
    margin: 30px 0;
	font-size: 30px;
}


#cd img{
    width: 400px;
    height: 400px;
	transition: all .3s;
}

#cd img:hover{
	box-shadow: 10px 10px 4px #ccc;
	transform: translateY(-7px)
}


#cd .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px 70px;
	transition: all .3s;
}

#cd .youtubelink a:hover{
	box-shadow: 4px 4px 4px #777;
	transform: translateY(-7px)
}


/*↑↑ここまでDISCOGRAPHY↑↑*/

/*↓↓ここからFREEDL↓↓*/

#freedownload .innerWrap{
    width: 100%;
    height: auto;
}


#freedlh2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
}

#freedlh2 span {
	position: relative;
	z-index: 2;
}

#freedlh2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 120px;
	font-style: italic;
}


#freedlh2 .innerWrap p{
    text-align: center;
    margin: 40px 0 40px 0;
}

#discography h2{
    font-size:24pt ;
    text-align: center;
	padding: 40px 0;
	margin-top: 100px;
}


.h2caption{
    text-align: center;
    font-size: 12pt;
	line-height: 1.5em;
}

#tracklist{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
}

#tracklist div{
    border: 1px solid #666;
    width: 400px;
    height: 450px;
    margin: 30px 40px;
}

#tracklist div h3{
    font-size: 18pt;
    margin: 10px 0;
}

.originalsong{
    margin: 20px;

}

#tracklist .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px;
    margin: 15px 0;
    width: 200px;
	transition: all .3s;
}

#tracklist .downloadlink a{
    display: inline-block;
    text-align: center;
    background-color: #666;
    color: #ddd;
    padding: 10px;
    width: 200px;
	transition: all .3s;
	position: relative;
}

#tracklist .downloadlink a:hover,#tracklist .youtubelink a:hover{
	box-shadow: 4px 4px 4px #777;
	transform: translateY(-7px)
}


#tracklist iframe{
    width: 350px;
    height: 180px;
}   

.material-symbols-outlined{
	position: absolute;
	top: 17%;
	left: 14%;
}

/*↑↑ここまでFREEDL↑↑*/

#contact .innerWrap{
    height: 500px;
    width: 100%;
}

#contact h2{
    font-size:24pt ;
    text-align: center;
	padding: 40px 0;
	margin-top: 100px;
}

#contacth2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
	z-index: -100;
}

#contacth2 span {
	position: relative;
	z-index: 2;
}

#contacth2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 200px;
	font-style: italic;
}




#contact .innerWrap .h2caption{ 
	margin-top: 50px;
    line-height: 2.0;
}

#contact .innerWrap .h2caption a{ 
    color: #1DA1F2;
}

#contact .innerWrap .h2caption a:hover{ 
    background-color: rgba(200, 200, 200, 0.7);
}


/*ここからCCC1のCSS*/
#CCC1header{
    background: none;
    background-color: #d4c186;

}

.CCC1{
    background-color: #1DA1F2;
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

#CCC1Layout{
    display: flex;
    justify-content: space-evenly;

}

.trackimage img{
    width: 700px;
}

.tracklist{
    width: 500px;
}

.tracklist p{
    font-size: 20pt;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
    text-align: center;
    line-height: 1.2em;
}



/*ここまでCCC1のCSS*/
#footerNavi{
	width:100%;
    background-color: #000;
    text-align: center;
    flex-wrap:wrap ;
	height: 250px;
	padding-top: 20px;
}

#footerNavi nav ul{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#footerNavi nav ul li{
	margin: 30px;
}

#footerNavi img{
	display: block;
	width: 150px;
	margin: 0 auto;
}

.footerSns{
    background-color: #000;
	display: flex;
	justify-content: center;
}

.footerSns img{
	width: 30px;
	margin: 0 20px;
}

footer small{
	display: block;
	width: 100%;
	color: #efefef;
	background-color: #000;
	text-align: center;
	padding: 20px;
}




/*レスポンシブ対応*/
@media screen and (max-width:1500px){
	#news_sc #news{
	top:40%;
}
	
	#mainNavi{
		display: none;
	}

}


@media screen and (max-width:1300px){
index.html.body{
	background: url("../images/sp_topback.jpg") no-repeat center center/cover;	
	}
	
#pc-topnav{
	display: none;
}
	
#news_sc{
	display: none;
}

#sp-topnav{
	display: block;
	background-blend-mode:lighten;
}

#sp-topnav img{
	display: block;
	width: 300px;
	margin: 0px auto;

	}

#sp-topnav nav ul{
	margin-bottom: 50px;		
	}

#sp-topnav nav ul li a img{
	display: block;	
	width:300px;
	margin: 30px auto;
	box-shadow: 4px 4px 4px;
	}


	
	
}



@media screen and (max-width:960px){

/*↓↓ここからABOUT↓↓*/
	
#memberLayout {
    display: block;
}
	
#kaniLayout{
	margin-bottom: 50px;
	}



#abouth2 {
	padding-top: 30px;
	font-size: 16px;
	margin-top: 150px;
}

#abouth2 span {
	position: relative;
	z-index: 2;
}

#abouth2::before {
	font-size: 80px;
}

#about h3{
    font-size: 16pt;
}

/*↑↑ここまでABOUT↑↑*/
	

#freedownload .innerWrap{
    width: 100%;
    height: auto;
}

/*↓↓ここからABOUT↓↓*/
#about h3{
    font-size: 20pt;
}

#about #circleLayout p{
    margin: 24px;
	font-size: 16px;
}

#memberLayout {
    display: block;
}

#kaniLayout{
		margin-bottom: 30px;
	}

/*↑↑ここまでABOUT↑↑*/

/*↓↓ここからFREEDL↓↓*/
#freedlh2::before {
	font-size: 50px;
}
	
#tracklist div{
    width: 300px;
}

#tracklist div h3{
    font-size: 20px;
    margin: 10px 0;
}

#tracklist iframe{
    width: 250px;
}   
	
.originalsong{
    margin: 20px;
	font-size: 12px;

}



/*↑↑ここまでFREEDL↑↑*/
	
/*↓↓ここからCONTACT↓↓*/
#contacth2::before {
	font-size: 50px;
}
	

/*↑↑ここまでCONTACT↑↑*/


	
	
/*ここからフッター*/
	footer{
	display:flex;
	flex-flow: column;
	}
	
#footerNavi{
	width:100%;
    background-color: #000;
    text-align: center;
    flex-wrap:wrap ;
	height: 480px;
	padding-top: 20px;
}

#footerNavi nav ul{
	display:block;
}

#footerNavi img{
	display: block;
	width: 100px;
	margin: 0 auto;
}

.footerSns{
    background-color: #000;
	display: flex;
	justify-content: center;
}

.footerSns img{
	width: 30px;
	margin: 0 20px;
}


	
	
}





